home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / svgabg55 / svgas3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-10  |  871 b   |  25 lines

  1. /************************************************/
  2. /*                         */
  3. /*        SuperVGA S3 BGI driver defines    */
  4. /*        Copyright (c) 1992        */
  5. /*        Jordan Hargraphix Software        */
  6. /*                        */
  7. /************************************************/
  8.  
  9. #ifndef __SVGAS3_H__
  10. #define __SVGAS3_H__
  11.  
  12. extern int far _Cdecl SvgaS3_fdriver[];
  13.  
  14. /* These are the currently supported modes */
  15. #define    SVGAS3_640x480x256    0    /* 640x480x256 S3 Svga */
  16. #define    SVGAS3_800x600x256    1    /* 800x600x256 S3 Svga */
  17. #define    SVGAS3_1024x768x256    2    /* 1024x768x256 S3 Svga */
  18. #define    SVGAS3_800x600x16    3    /* 800x600x16 S3 Svga */
  19. #define    SVGAS3_1024x768x16    4    /* 1024x768x16 S3 Svga */
  20. #define    SVGAS3_1280x960x16    5    /* 1280x960x16 S3 Svga */
  21. #define    SVGAS3_1280x1024x16    6    /* 1280x1024x16 S3 Svga */
  22. #define    SVGAS3_640x480x32768    7    /* 640x480x32768 S3 HiColor Svga */
  23.  
  24. #endif /* __SVGAS3_H__ */
  25.